Revisions: 08/24/01; 10/25/04 -- format changes
The DO WHILE statement acts like a "gate keeper" for
the loop body: execution is allowed to enter the
loop body only when a certain condition is true.
This chapter will discuss how that condition can
be described.
DO WHILE statements.DO WHILE statements.DO WHILE loops with sentinels.(Review:) What is a loop condition ?